home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KINDYFT1.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.7 KB  |  57 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM Indycar by Papyrus -  to be used with ThrustMaster Formula T1 Driving
  14. REM Control System and ThrustMaster Mark II Weapons Control System.
  15. REM Refer to INDYFCS3.ADV for use of WCS II and FCS or PFCS with Indycar.
  16. REM 1. Hook DCS pedals into game card primary port. 2. Hook DCS console
  17. REM 15-pin cable into Mark II WCS 15-pin port. 3. Put BOTH WCS II mode
  18. REM switches in DIGITAL position!!! 4. Refer to Indycar manual to set your
  19. REM controls properly (DCS wheel is Joystick A - X-axis, DCS pedals are
  20. REM Joystick B - X-axis, Shift-up is Joystick A - Fire button (set to up
  21. REM arrow in Controls Menu), Shift down is Joystick A - button 2 (set to
  22. REM down arrow in Controls Menu), Toggle Black Box Mode is Joystick B -
  23. REM button 3,  Reverse is Joystick B - button 4. 5 (set to 'w' in Controls
  24. REM Menu). If you have rudder pedals, DO NOT PLUG THEM IN!
  25. REM 6. Have fun!!!!
  26.  
  27.  MDEF KIndyCar
  28.  
  29.  @TurboBoost&Paus
  30.  
  31. BTN TG ShiftUp
  32. BTN UB ShiftDown
  33. BTN MB ToggleBlackBox
  34. BTN LB Reverse
  35. BTN 1 SoftenFrontSwayB
  36. BTN 2 SoftenRearSwayBa
  37. BTN 3 StiffenFrontSway
  38. BTN 4 /U StiffenRearSwayB
  39.       /M StiffenRearSwayB
  40.       /D CycleLeaderBoard
  41. BTN 5 /U BiasBrakesForwar
  42.       /M BiasBrakesForwar
  43.       /D CycleLeaderBoard
  44. BTN 6 BiasBrakesRearwa
  45. RKR UP /P ToggleBlackBox
  46.        /R ToggleBlackBox
  47. RKR DN /P ToggleLeaderboar
  48.        /R ToggleLeaderboar
  49.  
  50.  
  51. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  52. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  53. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  54. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  55. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  56. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  57.